Configure DHCP Client : Fedora
2015/11/05 |
Configure DHCP Client. DHCP Client uses 68/UDP.
|
|
[1] | For Fedora Clients, Configure like follows. (Replace the section 'ifcfg-***' to your own interface name) |
[root@client ~]# nmcli c modify eno16777736 ipv4.method auto [root@client ~]# nmcli c down eno16777736; nmcli c up eno16777736
|
Configure DHCP Client : Windows
|
It's the example for configuring Windows 10 Client.
|
[2] | Open the network settings and select "internet protocol" and click "property" button. |
[3] | Check boxes like below, then IP address is re-configured automatically. |
[4] | See the network status. Automatical configuration is done. |